isGroupable

abstract fun isGroupable(blocks: List<DesignBlock>): Boolean

Confirms that a given set of blocks can be grouped together.

Return

whether the blocks can be grouped together.

Parameters

blocks

a non-empty array of block ids.